NevronOpenVision
Nevron.Nov.DataStructures Namespace / INDeque<T> Interface
Properties Methods

In This Topic
    INDeque<T> Interface Members
    In This Topic

    The following tables list the members exposed by INDeque<T>.

    Public Methods
     NameDescription
     MethodReturns the last item from the deque, without removing it.  
     MethodReturns the first item from the deque, without removing it.  
     MethodRemoves and returns the last item from the deque.  
     MethodRemoves and returns the first item from the deque.  
     MethodPushes the item at the back of the deque (makes it the last item in the deque)  
     MethodPushes the item at the front of the deque (makes it the first item in the deque)  
    Top
    See Also